OBJS	=	o.alloca o.dfa o.getopt o.grep o.regex o.wild
LIBS	=	<LibRoot>.o.Stubs <LibRoot>.o.ArthurLib
BINS	=	$$.bin
CFLAGS	=	-c -w -pcc -DACORN -DARTHUR_OLD_NAMES

.SILENT:
.PHONY:		all

all	:	$(OBJS)
		Link -o $(BINS).grep $(OBJS) $(LIBS)
		Squeeze $(BINS).grep -f
